home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / comm2 / ums116bt.lha / UMS / rexxdossupport / rexxdossupport.readme < prev    next >
Text File  |  1995-04-10  |  1KB  |  33 lines

  1. Short: ARexx function lib for V37+ dos functions (ReadArgs, pattern matching, etc. )
  2. Type: util/rexx
  3. Uploader: htgoebel@cip.informatik.uni-erlangen.de
  4. Author: hartmut@oberon.nbg.sub.org
  5.  
  6.  
  7.                 rexxdossupport.library 2.3
  8.                 ==========================
  9.  
  10.             Copyright (C) 1994,1995 by hartmut Goebel
  11.  
  12.  
  13.    After programming ARexx script for quite a while, I missed some
  14.    function found in dos.library --  especially access to
  15.    environment variables and the comfortable argument parsing. Since
  16.    there seamed to be no ARexx function library which implements
  17.    this functions, I decited to write my own. And here it is.
  18.  
  19.    This are the functions handled by this library.
  20.    · ReadArgs()
  21.    · GetVar(), SetVar(), DeleteVar()
  22.    · ParsePattern(), MatchPattern() - even case-insensitive
  23.    · Fault()
  24.  
  25.    new functions for version 2.1
  26.    · Delete(), Rename(), MakeDir()
  27.    · SetComment(), SetProtection()
  28.  
  29.    V2.3 fixes a small bug when using template synonyms.
  30.  
  31.    Enjoy it!
  32.    +++hartmut
  33.